home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Yellows - Privacy (Deluxe)
/
Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso
/
footage
/
22.dxr
/
00046.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1996-07-10
|
318 b
|
18 lines
global ctime, mainpictlist
on exitFrame
if rollOver(13) then
cursor(134)
go(the frame)
else
set ctime to 0
cursor(-1)
if rollOver(38) then
go("8,movie")
else
set the member of sprite 8 to member getAt(mainpictlist, 2) of castLib "S22"
go("start")
end if
end if
end